"

Set 5 Problem number 9


Problem

If I walk 7.67 miles to the East, then 4.11 miles to the North, I will have walked 11.78 miles.

Solution

A sketch should consist of two vectors, the first running from the initial point to the East and the other from its terminal point to the North.

This vector triangle represents the various displacements:

Generalized Solution

We can set up an x-y coordinate system with the x axis point East and the y axis pointing North.

Explanation in terms of Figure(s), Extension

The figure below shows the displacements sx and sy as vectors parallel to the x and y axes.

The effective distance of this displacement is the length `sqrt(sx^2 + xy^2) of the hypotenuse.

The angle of the displacement is arctan(sy / sx).

Figure(s)

The displacement vector is the resultant of its components.

 

"